home *** CD-ROM | disk | FTP | other *** search
- Path: ts3-000.jaxnet.com!user
- From: garyg@jax.jaxnet.com (Gary M. Greenberg)
- Newsgroups: comp.lang.c
- Subject: Re: help encryption program
- Date: Mon, 15 Jan 1996 20:25:14 -0500
- Organization: Southeast Network Services, Inc.
- Message-ID: <garyg-1501962025140001@ts3-000.jaxnet.com>
- References: <4dbb0o$dbm@jaring.my>
- NNTP-Posting-Host: ts3-000.jaxnet.com
-
- In article <4dbb0o$dbm@jaring.my>, meimei@pl.jaring.my wrote:
-
- > Requirement :
- > ==========
- >
- > A encryption scheme is to interchange letters of the alphabet on a\
- ^^^ [an]
- > one-to-one basis. This can be accomplished with a transalation table
- > for the 52 lowercase and uppercase letters.
- >
- > Write a C program that implements such a scheme to encode text. The
- > program must also have the option to decode text thst has been
- ^^^ [that]
- > encoded. The user must select whether he wants to encode or decode the
- > text and then type in the appropriate text.
- >
- > Can anyone solve the above problem ?
-
- Does the program earn bonus points for determining when there were
- errors in the spelling within the original text?
- ;-) <<-- for the humor impaired.
-
- C'ya,
-
- gary /* the Sorcerer's Apprentice */
-
- "Why do we have to hide from the police, Daddy?"
- "Because we use vi, honey. They use emacs."
- "Unless we're on a Mac. Then we use BBEdit 'cause 'It doesn't suck.'"
-